home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / hplip.prerm < prev    next >
Encoding:
Text File  |  2007-04-04  |  620 b   |  22 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pysupport
  4. if which update-python-modules >/dev/null 2>&1; then
  5.     update-python-modules -c -i /usr/share/python-support/hplip
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_pysupport
  9. if which update-python-modules >/dev/null 2>&1; then
  10.     update-python-modules -c -b hplip.dirs
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_installinit
  14. if [ -x "/etc/init.d/hplip" ]; then
  15.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  16.         invoke-rc.d hplip stop || exit $?
  17.     else
  18.         /etc/init.d/hplip stop || exit $?
  19.     fi
  20. fi
  21. # End automatically added section
  22.